projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b9988
)
Whitespace fix.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 27 Jul 1998 06:38:12 +0000
(06:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 27 Jul 1998 06:38:12 +0000
(06:38 +0000)
lisp/progmodes/make-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index e5d7028e409d26cdeeeefb8b42735eef4466b8eb..75d177853ad1d85b865bd16d453bcffb811d4626 100644
(file)
--- a/
lisp/progmodes/make-mode.el
+++ b/
lisp/progmodes/make-mode.el
@@
-105,7
+105,7
@@
(defface makefile-space-face
'((((class color)) (:background "hotpink"))
-
(t (:reverse-video t)))
+ (t (:reverse-video t)))
"Face to use for highlighting leading spaces in Font-Lock mode."
:group 'faces
:group 'makemode)